home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / planetkit / win95 / wsftp32 / ws_ftp32.txt < prev   
Text File  |  1995-07-31  |  10KB  |  229 lines

  1.      Windows Sockets FTP Client Application  -  WS_FTP and WS_FTP32 
  2.      Copyright (C) 1994-1995 by John A. Junod.  All rights reserved.
  3.  
  4.            (PLEASE REVIEW THE ENTIRE CONTENTS OF THIS FILE!!!!)
  5.  
  6.   THE INFORMATION AND CODE PROVIDED IS PROVIDED AS IS WITHOUT WARRANTY 
  7.   OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8.   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
  9.   PURPOSE. IN NO EVENT SHALL JOHN A. JUNOD BE LIABLE FOR ANY DAMAGES 
  10.   WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS 
  11.   OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF JOHN A. JUNOD HAS BEEN 
  12.   ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  13.  
  14.   **********************************************************************
  15.   *  This program executable, help file and related text files may be  *
  16.   *  used without fee by any United States Government organization,    *
  17.   *  by individuals for non-commercial home use, and by students,      *
  18.   *  faculty and staff of academic institutions.                       *
  19.   *                                                                    *
  20.   *  U.S. Government use: Free                                         *
  21.   *  Non-commercial home use: Free                                     *
  22.   *  Academic use: Free                                                *
  23.   *  All other uses: Contact Ipswitch, Inc. for license information    *
  24.   *                                                                    *
  25.   *  Archive sites:  This program may be included on U.S. Government,  *
  26.   *  academic and non-commercial Internet archive sites and on CD-ROM  *
  27.   *  collections distributed by such sites, provided any charge is     *
  28.   *  solely to recover the cost of distribution.  Any such             *
  29.   *  distribution must contain the complete program, including this    *
  30.   *  file.  Non-commercial Internet archive sites must not be in the   *
  31.   *  business of making a profit from selling hardware, software,      *
  32.   *  information or services. (SimTel and mirrors authorized)          *
  33.   *                                                                    *
  34.   *  For distribution rights and for all other uses, including         *
  35.   *  all corporate use, please contact Ipswitch, Inc. at               *
  36.   *  <info@ipswitch.com> or (617) 676-5700 for license information.    *
  37.   *  Ipswitch may also be contacted via mail at 81 Hartwell Ave.,      *
  38.   *  Lexington, MA 02173 or fax at (617) 676-5710.                     *
  39.   *                                                                    *
  40.   *  Ipswitch, Inc. develops and sells a family of TCP/IP products     *
  41.   *  for a range of PC platforms: Acadia/VxD for Windows, Piper/IP     *
  42.   *  for DOS and Windows, Vantage/IP for OS/2, the Catipult Netware    *
  43.   *  to TCP/IP gateway, IMail electronic mail for Windows and INews    *
  44.   *  network news for Windows.                                         *
  45.   **********************************************************************
  46.  
  47.  DESCRIPTION:
  48.  ============
  49.  
  50.    This application is a standard File Transfer Protocol (FTP) client 
  51.    application for Windows Sockets.  The user interface for this FTP 
  52.    client is designed with the novice FTP user in mind.  Usage should 
  53.    be obvious.  For more information on FTP please refer to the many
  54.    different NETNEWS groups or one of the recent books on the Internet.
  55.  
  56.    WS_FTP also provides for automatic downloads of files.  See HLP file
  57.    for information on "Auto Transfer of Files".
  58.  
  59.    WS_FTP32 is the 32 bit version of WS_FTP for Windows NT and  
  60.    Windows 3.x with Win32s.
  61.    
  62.      The benefit of running WS_FTP32 vs WS_FTP is unknown on the 
  63.      Windows 3.x platform (other than it is 32 bit code).  The 
  64.      benefit of running WS_FTP32 on Windows NT or Windows 95 is
  65.      that it is multi-threaded on these platforms.
  66.      
  67.      If you have problems with WS_FTP32 under Win32s, please try
  68.      using the 16 bit version of WS_FTP.
  69.  
  70.  
  71.  REQUIREMENTS:
  72.  =============
  73.  
  74.    WS_FTP requires you to have a properly installed WINSOCK.DLL 
  75.    and requires Windows 3.1 or later.
  76.    
  77.      If you don't have a WINSOCK.DLL, I'd suggest getting the 
  78.      free one from Microsoft or the shareware Trumpet Winsock 
  79.      from ftp.trumpet.com.au or buying a vendor supported one 
  80.      from Ipswitch, Inc. or from FTP Software, Inc.
  81.    
  82.    WS_FTP32 requires Windows NT, Windows 95 or Win32s 1.15 (or later)
  83.  
  84.      Windows NT and Windows 95 come with a WINSOCK.DLL. If you
  85.      use a different vendors stack on these platforms you will
  86.      need to replace the WSOCK32.DLL that comes with the OS.
  87.  
  88.    WS_FTP requires a 286 processor.
  89.    
  90.    WS_FTP32 requires a 386 processor.
  91.  
  92.  
  93.  INSTALLATION:
  94.  =============
  95.  
  96.    YOU MUST HAVE A PROPERLY INSTALLED WINSOCK.DLL FOR THIS APPLICATION
  97.    TO WORK.  REFER TO YOUR WINSOCK.DLL DOCUMENTATION FOR SETUP!!
  98.  
  99.    1. Create a directory for this program and copy WS_FTP.EXE, 
  100.       WS_FTP.INI, WS_FTP.EXT and WS_FTP.HLP to that directory.
  101.  
  102.    2. Create an ICON in any Program Manager group.
  103.       a. Use the File Manager and drag the program into a Program
  104.          Manager group.
  105.       b. Use [F]ile [N]ew in the Program Manager.
  106.  
  107.  
  108.  UPDATING FROM PREVIOUS VERSIONS:
  109.  ================================
  110.   
  111.    PLEASE KEEP YOUR OLD WS_FTP.INI FILE!!!!
  112.  
  113.    If you have problems with this version, edit your old INI file
  114.    and delete the [_config_] section and restart WS_FTP.
  115.  
  116.  
  117.  VALID COMMAND LINE OPTIONS:
  118.  ===========================
  119.  
  120.    -i inifile       (must be first in the line!)
  121.    -p profile_name  (cannot be used with gets or puts!)
  122.    -ask             (prompt for command line)
  123.    ftp://remotehost/pathname/filename [local:/pathname/filename] [-ascii]
  124.    file://remotehost/pathname/filename [local:/pathname/filename] [-ascii]
  125.    //remotehost/pathname/filename [local:/pathname/filename] [-ascii]
  126.    remotehost:/pathname/filename [local:/pathname/filename] [-ascii]
  127.    local:/pathname/filename //remotehost/pathname/filename [-ascii]
  128.    local:/pathname/filename remotehost:/pathname/filename [-ascii]
  129.              
  130.       
  131.  WHERE TO GET IT
  132.  ===============
  133.  
  134.  (Stable release versions)
  135.  
  136.    ftp://ftp.coast.net/SimTel/win3/winsock/ws_ftp.zip 
  137.    ftp://ftp.coast.net/SimTel/win3/winsock/ws_ftp32.zip 
  138.  
  139.    ftp://winftp.cica.indiana.edu/pub/pc/win3/winsock/ws_ftp.zip
  140.    ftp://winftp.cica.indiana.edu/pub/pc/win3/winsock/ws_ftp32.zip
  141.  
  142.    on Compuserve in WINCON library 11  (support provided in this area)
  143.  
  144.  (first updates, test versions, frequent updates)
  145.  
  146.    ftp://ftp.usma.edu/pub/msdos/winsock.files/ws_ftp.zip
  147.    ftp://ftp.usma.edu/pub/msdos/winsock.files/ws_ftp32.zip
  148.  
  149.    http://www.csra.net/junodj/
  150.  
  151.  (commercial versions)
  152.  
  153.    contact Ipswitch, Inc. at (617)-676-5700 or FAX:617-676-5710 or
  154.    by E-Mail at <info@ipswitch.com>
  155.  
  156.  SUPPORT
  157.  =======
  158.  
  159.   ALL beginner support is provided through Compuserve in the WINCON
  160.   area.  Please do NOT send "how do I use ws_ftp" questions to the
  161.   author.  I will NOT respond.
  162.  
  163.   ALL bug reports and suggestions for improvement should be sent to
  164.   <junodj@martinez.ipswitch.com> or <junodj@csra.net>
  165.  
  166.   ALL distribution, commercial purchase requests need to be sent to
  167.   <info@ipswitch.com>
  168.  
  169.  
  170.  
  171.  BUG REPORTS, SUGGESTIONS, ETC...
  172.  ================================
  173.  
  174.    If you connect to a host that WS_FTP doesn't recognize (i.e. listboxes
  175.    remain blank or are displayed incorrectly).
  176.  
  177.    1. Try the different host types that are listed in the options dialog
  178.       box.  (the change takes affect immediately, you do not need to 
  179.       change directories, etc..)
  180.  
  181.    2. If you can't find one that displays the directory correctly, then:
  182.  
  183.       a.  click on the LogWnd button and save the message log to a file
  184.       b.  click on the remote side DirInfo button and save the contents
  185.           to a different file.
  186.       c.  mail both files to "junodj@martinez.ipswitch.com"
  187.  
  188.    Send all bug reports, suggestions, etc to "junodj@martinez.ipswitch.com"
  189.    or to "junodj@csra.net"
  190.   
  191.    If you like this program, let other people know about it!
  192.    Post your comments in comp.protocol.tcp-ip.ibmpc, alt.winsock and
  193.    in the windows groups on usenet and places like compuserve.  Let
  194.    people know about it!
  195.  
  196.  
  197.  KNOWN PROBLEMS
  198.  ==============
  199.  
  200.    Many internet providers require you to use PASV mode in order
  201.      for WS_FTP to work properly.  If you always get "Dirlist
  202.      returned 0", try changing this setting under Advanced in the
  203.      Connect dialog or in Session Options.  This is NOT a true
  204.      problem in WS_FTP but is a requirement of your network
  205.      provider.
  206.      
  207.    Some versions of the Trumpet Winsock DLL require you to use
  208.      PASV mode.  See the above note.
  209.  
  210.    You MAY need to use PASV mode when using TIA. See the above note.
  211.         
  212.    WS_FTP does not work properly under some versions of the SPRY
  213.      stack.  You need to contact SPRY to get an upgraded stack
  214.      that is Winsock compliant.
  215.  
  216.    WS_FTP32 does not work properly when using the 16 bit version
  217.      of Chameleon or Trumpet Winsock on Windows NT or Windows 95.
  218.      You need to replace the WSOCK32.DLL provided by Microsoft
  219.      with one from the network stack vendor.
  220.  
  221. Author
  222. ======
  223.    John A. Junod          Internet: <junodj@css583.gordon.army.mil>
  224.    267 Hillwood Street              <zj8549@trotter.usma.edu>
  225.    Martinez, GA 30907   Compuserve: 72321,366    
  226.    (706)-780-2671
  227.  
  228.  
  229.